home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC]
/
NeXTSTEP 3.3 Dev Intel.iso
/
NextDeveloper
/
Headers
/
mach
/
sparc
/
boolean.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-02-15
|
241 b
|
18 lines
/*
* Copyright (c) 1994 NeXT, Inc.
*/
/*
* File: mach/sparc/boolean.h
*
* Boolean type, for NeXT.
*
*/
#ifndef _MACH_SPARC_BOOLEAN_H_
#define _MACH_SPARC_BOOLEAN_H_
typedef unsigned int boolean_t;
#endif _MACH_SPARC_BOOLEAN_H_